ubus: implement retransmission configuration via ubus
authorNicolas BESNARD <[email protected]>
Mon, 20 Jan 2025 16:05:29 +0000 (16:05 +0000)
committerÁlvaro Fernández Rojas <[email protected]>
Mon, 3 Nov 2025 15:21:24 +0000 (16:21 +0100)
commit2b0e8f2d85418a5a2f50e3e04732dec906f2bf73
treed6e8080d37403d639b5a885c815e5160dfbad146
parent8d89d373f360a38777e27c09d37850cef118cd4b
ubus: implement retransmission configuration via ubus

Problem: odhcp6c uses static retransmission parameters defined in
RFC3315.

Solution: Make retransmission parameters configurable via ubus and
update the default values based on RFC8815.

Signed-off-by: Nicolas BESNARD <[email protected]>
Signed-off-by: Paul Donald <[email protected]>
Link: https://github.com/openwrt/odhcp6c/pull/106
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/config.c
src/config.h
src/dhcpv6.c
src/odhcp6c.c
src/odhcp6c.h
src/ubus.c